.blgcomment-list>li:nth-child(n+2) {
    margin-block-start: 15px !important;
}

.custom-card {
    border: 1px solid #ced4da;
}

.customizer-action svg {
    width: 23px !important;
    color: #ffffff !important;
}

.active-mode {
    border: solid 2px #000000 !important;
}

.property-img {
    max-width: 507px;
    max-height: 286px;
}

.text-justify {
    text-align: justify;
}

.custom .media {
    padding: 10px !important;
}

.user-avatar {
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
}

.blgcomment-list li .media img {
    width: auto;
    height: 40px !important;
}

#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}

.codex-sidebar .logo-gridwrap {
    padding: 0px 16px !important;
}

.setting-logo {
    width: 300px !important;
    ;
}

.landing-logo {
    width: 180px !important;
}

.lan-footer .codex-brand {
    margin-block-end: 0px !important;
}

.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}

.invoice-logo {
    width: 250px;
}

.codex-calendar .events-list li {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}

.codex-calendar .events-list {
    overflow: auto;
    height: 863px;
}

.landing_logo {
    filter: drop-shadow(2px 3px 7px #011C4B);
}

.head-invoice img {
    width: 250px;
}

.cdx-invoice .body-invoice .table tr td {
    padding: 10px 10px !important;
}

.codex-brand img {
    width: 300px;
}

.codex-authbox .auth-header .codex-brand {
    margin-block-end: 0px;
}


.intro {
    background-repeat: no-repeat;
    background-size: cover;
}

.landing_dash {
    position: absolute;
    right: 0px;
    top: 50%;
    left: auto;
    bottom: 0;
    transform: translateY(-50%);
    overflow: hidden;
    height: 585px;
    display: flex;
    align-items: center;
    width: 60%;
}

.landing_dash img {
    object-fit: cover;
    position: relative;
    right: -220px;
    border-radius: 10px;
    left: auto;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1440px) {
    .landing_dash {
        display: none;
    }
}

.lan-footer {
    text-align: center;
    background-color: unset;
}

.lan-footer .support-contain p {
    color: #051722;
    font-size: calc(16px + 4*(100vw - 420px) / 1500);
}

.select2-container .select2-selection--single {
    height: 43px !important;
    border-color: #e5e5e5;
}

.select2-container .select2-selection--multiple {
    min-height: 43px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e5e5e5;
}

.form-check-input {
    height: 17px;
}

.common-dash .swiper {
    min-height: 273px;
    max-height: 273px;
}

.prop-list-img {
    width: 50px;
    height: 50px;
}


.radio-box {
    display: flex;
    gap: 8px;
    padding: 5px;
    border: 1px solid #000307;
    border-radius: 8px;
    background: #f8f9fa;
    width: fit-content;
}

.codex-calendar .events-list li {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}

.codex-calendar .events-list {
    overflow: auto;
    height: 863px;
}

@media screen and (max-height: 598px) {
    .codex-calendar .events-list {
        overflow: auto;
        height: inherit;
    }
}

.preview-card {
    background-color: #8C5B24;
    color: white;
    padding: 20px;
    border-radius: 10px;
}

.custom_form {
    display: flex !important;
}

.google-login-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
}

.google-login-box a {
    color: #555;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
}

.google-login-box a:hover {
    background-color: #f8f9fa;
    transform: scale(1.02);
}


.custom-google-btn {
    border-radius: 5px;
    padding: 13px 21px;
    font-weight: 500;
    font-size: 16px;
    width: 330px !important;
}

.custom-google-logo {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: auto;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: number-input;
    -webkit-appearance: number-input;
    appearance: number-input;
}



/* pricing */


.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.toggle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 66.66%;
    margin-left: auto;
    margin-bottom: 40px;
}

.toggle-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 15px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4a2c20;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.discount-text {
    color: #22c55e;
    font-size: 20px;
    display: none;
    text-align: center;
}

.main-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: end;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* .card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
    position: relative;
} */

/* .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
} */

.plan-banner {
    background-color: #4a2c20;
    color: white;
    padding: 15px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.price-container {
    padding: 30px 20px;
    text-align: center;
    height: 150px;
}

.price {
    font-size: 40px;
    color: #4a2c20;
    font-weight: bold;
    margin-bottom: 10px;
}

.price span {
    font-size: 24px;
}

.annual-total {
    font-size: 20px;
    color: #2f1c6a;
    display: none;
    font-style: italic;
}

.pricing-calculator {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-self: end;
}

.pricing-calculator label {
    display: block;
    margin-bottom: 10px;
    color: #4a2c20;
}

.pricing-calculator input {
    width: 100px;
    padding: 10px;
    border: 2px solid #4a2c20;
    border-radius: 8px;
    font-size: 20px;
    color: #4a2c20;
}

.pricing-calculator input[type="number"]::-webkit-inner-spin-button,
.pricing-calculator input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    height: 45px;
    cursor: pointer;
}

.feature-list {
    padding: 20px;
    text-align: left;
}

.feature-list li {
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
}

.checkmark {
    color: green;
    font-size: 20px;
}

@media (max-width: 768px) {
    .main-content {
        grid-template-columns: 1fr;
    }

    .pricing-cards {
        grid-template-columns: 1fr;
    }

    .toggle-container {
        width: 100%;
    }
}

.pricing-calculator1 {
    align-self: baseline;
}

.record-card {
    min-height: 100px;
}

/* SweetAlert2 Custom Styles */
.swal2-no-input .swal2-input,
.swal2-no-input .swal2-file,
.swal2-no-input .swal2-textarea,
.swal2-no-input .swal2-select,
.swal2-no-input .swal2-radio,
.swal2-no-input .swal2-checkbox {
    display: none !important;
}

.swal2-popup.swal2-no-input {
    padding: 2em;
    width: 32em;
}

/* Hide any additional form elements that might appear */
.swal2-no-input .swal2-validation-message,
.swal2-no-input .swal2-footer,
.swal2-no-input .swal2-input-label {
    display: none !important;
}
